home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / logical.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.0 KB  |  66 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : package LOGICAL
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : vax135!petsd!joe@BERKELEY
  6. -- AUTHOR            : Joseph M. Orost
  7. --                   : Concurrent Computer Corporation
  8. --                   : 106 Apple St.
  9. --                   : Tinton Falls, NJ  07724
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : June 1, 1986
  12. -- DATE RELEASED     : June 13, 1986
  13. -- DATE LAST UPDATED : June 13, 1986
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : CCUR_3200MPS, C3-Ada R00-00
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : MATH
  19. -- CATEGORY LEVEL 2  : Library
  20. -- CATEGORY LEVEL 3  : Logical Operations
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : LOGICAL OPERATIONS
  23. -- INDEX             : Logical Operations
  24. -- INDEX             : Operations, Logical
  25. -- INDEX             : Bit Manipulation
  26. -- INDEX             : Manipulation, Bit
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.MATH>LOGICAL.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.MATH>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   LOGICAL.ADA            8581         241
  37. --   LOGICAL.CMM             289           9
  38. --   LOGICAL.PRO            2992          58
  39. --   ===============  ==========  ==========
  40. --     3 Files             11862         308
  41. --= ABSTRACT             ===============================================--
  42. --         This package provides logical operations such as AND, OR, XOR,
  43. -- NOT, SHIFT, ROTATE, on operands of type INTEGER.  It  is  portable  to
  44. -- any two's complement machine.
  45. --= REVISION HISTORY     ===============================================--
  46. --
  47. -- DATE         VERSION    AUTHOR                  HISTORY
  48. -- 06/13/86      1.0    Orost           Initial Release
  49. --= RELEASE NOTICE       ===============================================--
  50. -- This software is released to the Ada community.
  51. -- This software is released to the Public Domain (note:
  52. --   software released to the Public Domain is not subject
  53. --   to copyright protection).
  54. -- Restrictions on use or distribution:  NONE
  55. --= DISCLAIMER           ===============================================--
  56. --     This software and its documentation are provided "AS IS" and
  57. -- without any expressed or implied warranties whatsoever.  No warranties
  58. -- as to performance, merchantability, or fitness for a particular
  59. -- purpose exist.
  60. --     The user is advised to test the software thoroughly before
  61. -- relying on it.  The user must assume the entire risk and liability of
  62. -- using this software.  In no event shall any person or organization of
  63. -- people be held responsible for any direct, indirect, consequential or
  64. -- inconsequential damages or lost profits.
  65. --======================================================================--
  66.